CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - optimization with PSO

搜索资源列表

  1. pso-1

    0下载:
  2. 给出了经典的粒子群优化算法的matlab实现方法,并结合测试函数,显示算法的寻优能力-Gives a classical particle swarm optimization algorithm matlab implementation, combined with the test function, the ability to display optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:赵莉
  1. pso-2

    0下载:
  2. 经典粒子群算法的matlab实现。用多维函数进行测试。并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Tested with multi-dimensional functions. And gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:赵莉
  1. pso-4

    0下载:
  2. 经典粒子群算法的matlab实现。用函数进行测试实验,并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:赵莉
  1. pso-5

    0下载:
  2. 经典粒子群算法的matlab实现代码。用函数进行测试实验,并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:赵莉
  1. 39378

    0下载:
  2. This work investigates the practical application of support vector machine (SVM) to power transformer condition assessment. Partiuclarly, this paper proposes to integrate the SVM algorithm with two heuristic optimization algorithms which are
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1889812
    • 提供者:pse
  1. Yang_nature_book_part

    0下载:
  2. This work investigates the practical application of support vector machine (SVM) to power transformer condition assessment. Partiuclarly, this paper proposes to integrate the SVM algorithm with two heuristic optimization algorithms which are
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:930759
    • 提供者:pse
  1. 39326

    0下载:
  2. This work investigates the practical application of support vector machine (SVM) to power transformer condition assessment. Partiuclarly, this paper proposes to integrate the SVM algorithm with two heuristic optimization algorithms which are
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:670777
    • 提供者:pse
  1. PSO

    0下载:
  2. Matlab PSO In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:997
    • 提供者:Bekhouche
  1. PSO-0.3-1-src

    0下载:
  2. This document introduces the Particle Swarm Optimization (PSO) in Scilab. The PSO method, published by Kennedy and Eberhart in 1995, is based on a population of points at first stochastically deployed on a search field. Each member
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:104352
    • 提供者:ahmad
  1. pso_multioptimization

    0下载:
  2. 用PSO算法求解多目标优化问题,每一行都有详细注释,可直接运行。-Solving multi-objective optimization problem with PSO algorithm, each line has detailed notes, can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4035
    • 提供者:hxia
  1. PSO-algorithm-

    0下载:
  2. 这个程序就是最基本的粒子群优化算法程序,用Matlab实现。优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。-This program is the most basic particle swarm optimization procedures, using Matlab to achieve. Optimizing the function with the form of m documents on fitness.m
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1280
    • 提供者:yu
  1. pso

    0下载:
  2. 利用粒子群算法求解全局最优值,并附有图形-Using particle swarm optimization (pso) algorithm solving the global optimal value, and with the graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1324
    • 提供者:吕微微
  1. PSO(MATLAB)

    0下载:
  2. Using Matlabe wrote PSO optimization algorithm with swarm_data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:9066
    • 提供者:Bongyoun Kim
  1. Attachments_2012_03_11

    0下载:
  2. optimization with iteration pso
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2733
    • 提供者:abbas
  1. Particle-Swarm-Optimization

    0下载:
  2. 粒子群算法的Matlab程序实现。不仅提供了源程序,还附带有详细的例子。对于初学者有极大的帮助。-PSO algorithm Matlab programming. Not only provides a source, also comes with detailed examples. There are a great help for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:152302
    • 提供者:张龙
  1. Software-IA-03-Particle-swarm-optimization-em-Mat

    0下载:
  2. In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality.
  3. 所属分类:matlab

  1. pso

    0下载:
  2. pso 粒子群优化算法 以简单的函数为例,展示基本算法-PSO particle swarm optimization algorithm with simple function as an example, show the basic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:wxq
  1. PSO

    0下载:
  2. In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1250
    • 提供者:Alireza
  1. psosvm

    1下载:
  2. 将SVM与粒子群算法(PSO)相结合,充分利用SVM在处理小样本回归问题上具有的独特优越性及PSO全局搜索优化等特点-SVM and particle swarm optimization algorithm (PSO) combined with SVM, makes full use of the unique superiority and the PSO global search optimization features in small sample regression prob
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:matlab
  1. PSO

    0下载:
  2. 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>PSO(基本粒子群算法) 2>YSPSO(待压缩因子的粒子群算法) 3>LinWPSO(线性递减权重粒子群优化算法) 4>SAPSO(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnCPSO(同步变化的学习因子) 7>AsyLnCPSO(异步变化的学习因子)(算法还有bug) 8>SecPSO(用二阶粒
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9504
    • 提供者:wyf
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com